-
Notifications
You must be signed in to change notification settings - Fork 166
Add extension: Extra Timers #301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I find the syntax a bit nicer.
That's... odd. Seems to be that somehow the "name" property never got initialized. I'll have to look a little more into that, I'm not sure how it wouldn't be initialized. |
|
I think I fixed the crash by just copying more from the XML escape utility. |
|
Still haven't replicated the strange behavior with for this sprite timers. I think I fixed both of them with that last push... I think. |
Is there a specific JSON key for marking incompatibility? Incompatibility doesn't mean it's really unstable IMO. |
|
Shouldn't be incompatible anymore. |
|
Only built-in blocks are able to set themselves as per-sprite, so every time any block in this extension is run anywhere, it always assumes that the variables are global, so Actually, I'm not quite sure if that's the actual issue you were experiencing before. |
Weirdly enough, I'm not sure this is a fault in my extension. |
|
I haven't seen anything being switched to being local, but I have seen timers being duplicated, literally duplicated but with an ID of undefined. |
|
Yeah, it seems to be existing on load. |
Could still be an issue with my stuff, I'll try some other stuff with my extension. |
It's really just an extension warning label, it's named |
Either way, it's not incompatible anymore. |
|
I think... I fixed it... maybe |


Supersedes #299. That one was closed due an automated action by GitHub that closes PRs when the branch they're meant to pull from is deleted or renamed.
This extension allows for the creation and management of timers, similar to the regular timer under sensing.
Blocks currently in this extension:
Here is the extension thumbnail:
